home *** CD-ROM | disk | FTP | other *** search
- /*------------------------------------------------------------------------------
- #
- # Apple Macintosh Developer Technical Support
- #
- # App.defs.h
- #
- # Copyright © 1989-1992 Apple Computer, Inc.
- # All rights reserved.
- #
- ------------------------------------------------------------------------------*/
-
-
- #ifndef __APPDEFS__
- #define __APPDEFS__
-
- #define kDocCreator 'DUMB' /* MPW make file has this value, too. Change it there as well. */
- #define kDocFileType 'DUMD'
-
- #define mFile 129
- #define mEdit 130
-
- #endif
-
-